home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo -----Viewing documentation-----
- type joesnow.doc | more
- pause
-
- cls
- echo -----Now to play the game-----
- echo To play the games, type JOE then the number of the game of which you
- echo want to play --to play JS1, type JOE1 then [enter]
- pause
-